home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / blkjak32.zip / BLAKJAK.DOC < prev    next >
Text File  |  1992-02-16  |  7KB  |  179 lines

  1.  
  2.                       BlakJack DOOR program for PCBoard 14.x
  3.                                    Release 3.2
  4.                                 February 16, 1992
  5.  
  6.  
  7.  
  8.                 Written by - Roland Haley
  9.                 Rural Route #7  Woodstock
  10.                 Ontario  N4S  7W2  Canada
  11.  
  12.  
  13.  
  14.  
  15.  
  16.               HALEY'S COMMENT BULLETIN BOARD
  17.                  USRobotics HST 9600-baud
  18.                   (519) 469-3028
  19.                                   (519) 469-3173
  20.                                   (519) 539-6851
  21.  
  22.  
  23.  
  24.           
  25.                      DOOR Setup
  26.  
  27.       Make a batch file to run the DOOR as described in your PCBoard
  28.       (R) documentation.
  29.  
  30.                       Example:
  31.  
  32.       CD \DOORS
  33.           BLAKJAK BLAKJAK.CFG  <== Runs BLAKJAK.EXE passing a parameter of BLAKJAK.CFG
  34.       CD \PCB                   An example of this file is below.
  35.       BOARD
  36.  
  37.  
  38.                          Example BLAKJAK.CFG file:
  39.                                                 
  40.       C:\PCB\PCBOARD.SYS          <== The location of this file
  41.       Haley's Comment BBS         <== The name of your BBS
  42.       Roland                      <== The SysOps FIRST name
  43.       Haley                       <== The SysOps LAST name
  44.       0                           <== Registration number
  45.           C:\BULLETIN\BLT-11.6        <== Drive/Path/Name of bulletin
  46.  
  47.  
  48.                 Environment Variables
  49.  
  50.  
  51.       Two environment variables must be set in your AUTOEXEC.BAT file:
  52.  
  53.           SET LIB=<drive:><path to DORPCH35.EXE>  Note: ONLY the PATH !
  54.  
  55.       Example:  SET LIB=C:\MYLIB
  56.  
  57.           The DORPCH35.EXE run-time library must then be placed in this
  58.       directory.  If you keep the library in the <current directory>
  59.       with the DOOR program then this environment variable is NOT
  60.       required.  I would suggest a separate directory - perhaps a
  61.       RAMDISK as I do on my system.
  62.  
  63.  
  64.           SET DOORPCH=PCB     This variable tells DORPCH35.EXE it is
  65.                   running on a PCBoard system
  66.  
  67.  
  68.           All DOORPCH 3.5 DOORS require the DORPCH35.EXE run-time library
  69.       and the Microsoft (R) QuickBASIC 3.0 run-time library,
  70.       BRUN30.EXE, be present.  Your DOOR program may have come with
  71.           these files in the ZIP file.  If they are not present, this DOOR
  72.       program WILL NOT RUN.  You should contact the DOOR author if the
  73.       files are missing.  You require one and only one version of these
  74.           two libraries for ALL DOORPCH 3.5 DOORware.  The files are also
  75.           available in DORPCH35.ZIP available on most PCBoard Bulletin
  76.       Board Systems.  If you wish a fully detailed explanation of how
  77.       DOORPCH operates with DOORS, then you may read the documentation
  78.           within the DORPCH35.ZIP file within which this documentation may
  79.       be found.
  80.  
  81.                    DOOR Operation
  82.  
  83.       When the DOOR is in operation you have complete control over the
  84.           caller.  This DOOR was written using DOORPCH version 3.5.  The
  85.       logic is safe.  However, if something goes wrong - like real bad
  86.       wrong, sorry but we probably can't help.  Every precaution has
  87.       been taken to insure this code works flawlessly.  If it doesn't,
  88.       let us know.  Many function/operational keys are at your
  89.       disposal/use:
  90.  
  91.       F1   -    Displays the version of DOORPCH compiled and linked
  92.             into the DOOR.
  93.       F2   -    Displays a callers Alias if one is used via the Door
  94.             Monitor program (DOORPCH version) - future.
  95.       F3   -    Reserved for the future.
  96.       F4   -    Toggles the Bell on/off. May activate the DOOR Bell.
  97.             Value is returned to PCBoard when DOOR completes.
  98.       F5   -    DOS Shell. Allows SysOp to exit to DOS from inside a
  99.             DOOR.
  100.       F6   -    Displays available MEMORY and available STRING space.
  101.       F7   -    Toggle the alarm on/off. May activate the DOOR Alarm.
  102.             Value is returned to PCBoard when DOOR completes.
  103.       F8   -    Returns the caller involuntarily to PCBoard.
  104.       F9   -    Toggles the display on/off.
  105.             Value is returned to PCBoard when DOOR completes.
  106.       F10  -    Activates SysOp / Caller CHAT mode within the DOOR.
  107.       ESC  -    Deactivates CHAT mode. DOOR is resumed.
  108.       HOME -    HELP key for line 24/25 capabilities.
  109.       END  -    Displays Callers name and miscellaneous information.
  110.       PG-DN-    Displays Data Phone, Home Phone, Security Level
  111.             Uploads, Downloads and Expiration Date.
  112.       PG-UP-    Displays Comments from the callers USER record.
  113.       UP -      Allows the SysOp to temporarily add additional time
  114.             to the caller while in the DOOR. This time is NOT
  115.             returned to the BBS.
  116.       DN -      Allows the SysOp to temporarily subtract time from the
  117.             caller while in the DOOR. This time is NOT returned
  118.             to the BBS.
  119.       ALT-N -   SysOp next on control/indicator.
  120.             Value is returned to PCBoard when DOOR completes.
  121.       ALT-X -   PCBoard will exit after current caller completes their
  122.             session.  Value is returned to PCBoard when DOOR
  123.             completes.
  124.  
  125.       If you are running in NON-GRAPHICS mode, you MUST have ANSI.SYS
  126.       installed as a device driver in your CONFIG.SYS file:
  127.  
  128.                   Example: DEVICE=ANSI.SYS
  129.  
  130.       DOORPCH uses this device driver for displaying all colors to the
  131.       local console.  Color Graphics will always be sent to the local
  132.       console if you have defined to PCBSetup that you are running
  133.       graphics on the local monitor.  If a caller is in non-graphics
  134.       mode (NG) on line 25,  you will still see colors if PCBSetup has
  135.       been configured  that way.  The reverse is also true.  If the
  136.       caller is in graphics mode (GR) on line 25) and the local console
  137.       is defined to be in non-graphics mode then colors will NOT be
  138.       displayed to the local console.
  139.  
  140.  
  141.                     BELL
  142.  
  143.       DOORPCH logic will not allow a BELL to be sent to the local
  144.       console when the local screen is inactive (F9 OFF).
  145.  
  146.  
  147.  
  148.  
  149.  
  150.                        ERRORS
  151.  
  152.       All errors should recover and cause the DOOR program to exit
  153.       gracefully and return to the main system.  All errors are logged
  154.       in the "DOORPCH.ERR" file. The error number and line number are
  155.       included with the date and time.  Errors will be either caused by
  156.       the main module (the authors code, contact him) or the doorpch
  157.       sub (contact DOORPCH people).  It should NEVER cause the board to
  158.       hang.  If your board hangs, you are obligated to contact the
  159.       appropriate party and report the error and circumstances that
  160.       caused it.  Because we are using Microsoft's (c) QuickBASIC 3.0
  161.       run-time routines, it is possible that basic will detect a fatal
  162.       error condition.  As mentioned above, we have taken every
  163.       precaution, but simply cannot code for every error condition.
  164.       The Door should run without error.
  165.  
  166.  
  167.  
  168.  
  169.       If you are running this door on your system, and find it to be
  170.       entertaining. Please register your copy by sending $20 to:
  171.  
  172.                  HALEY'S COMMENT BBS
  173.                     R.R.#7
  174.                   Woodstock, Ontario
  175.                   Canada     N4S 7W2
  176.  
  177.       Include the exact display name of your BBS for your registration
  178.           number to be placed in the BLAKJAK.CFG file.
  179.